Skip to content

Rename note to notification throughout the codebase wherever necessary #1353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

lokesh-tr
Copy link
Contributor

This changes all the occurences of note in the code base to notification wherever it doesn't refer to diagnostics information.

This change aims to maintain clarity across the codebase and sorts out any confusion / ambiguity with the terminology.

Rectified Terminology:

  • note: Diagnostics Information
  • notification: Notification

rdar://116703667
Fixes #865

Copy link
Member

@ahoppen ahoppen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. A great cleanup in terminology. I have one comment regarding formatting.

@lokesh-tr lokesh-tr requested a review from ahoppen May 29, 2024 17:22
@lokesh-tr
Copy link
Contributor Author

@ahoppen, let me know if there's anything else that needs to be fixed :)

@lokesh-tr lokesh-tr force-pushed the rename-note-to-notification-wherever-necessary branch from 75555a8 to d3de458 Compare May 29, 2024 17:52
@lokesh-tr lokesh-tr force-pushed the rename-note-to-notification-wherever-necessary branch from d3de458 to 1a45220 Compare May 29, 2024 18:01
Copy link
Member

@ahoppen ahoppen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looks great

@ahoppen
Copy link
Member

ahoppen commented May 29, 2024

@swift-ci Please test

@ahoppen ahoppen enabled auto-merge May 29, 2024 19:39
@ahoppen
Copy link
Member

ahoppen commented May 29, 2024

@swift-ci Please test Windows

@ahoppen ahoppen merged commit 83f8287 into swiftlang:main May 29, 2024
3 checks passed
@lokesh-tr lokesh-tr deleted the rename-note-to-notification-wherever-necessary branch May 30, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename note to notification throughout the codebase
2 participants